Eliminate npm install noise - #137
Conversation
…ARN noise with some local overrides. Unit tests still pass.
|
|
Won't this potentially mess with React Native internals it they actually break across major version upgrades? Our current tests aren't actually exercising React Native. If we really want this, it should be after #133 to ensure the app isn't affected by this. |
90dd405 to
8dac805
Compare
|
Obsolete now that I merged #381 migrating the monorepo to pnpm (to get better primitives for running our scripts in the correct order and failing fast). |
It looks like upstream RN has some intrinsic noise that hasn't been cleaned up in a while, but we can make our corner of the OSS univerise a little tidier.
Eliminate
npm auditand depcrecated package WARN noise on first npm install.Tested on Windows 11,
npm testpasses.